home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Reader's Corner / Reader's Contibutions / David Hart / About After Dark Modules
Encoding:
Text File  |  1994-11-22  |  1.5 KB  |  30 lines  |  [TEXT/ttxt]

  1. After Dark Screen Saver Modules
  2. by David Hart
  3.  
  4. The After Dark screen saver allows you to write your own screen saver modules. Brief documentation is provided in the second part of the After Dark manual. Source code for a simple module is provided on the After Dark disk in C and Pascal for the MPW and THINK development environments. Anyone wishing to develop more complicated modules is on their own.
  5.  
  6. The following After Dark modules have been developed out of an interest in exploring how After Dark works and illustrate some of the features supported by After Dark. The modules were all written for After Dark version 2.0 using THINK C version 5. They should all work with any size monitor and with multiple monitors. Source code and compiled modules are included.
  7.  
  8. Carpet
  9. Draws random rectangles in a symmetric pattern. Illustrates the use of menu and slider controls and a PICT about resource.
  10.  
  11. SystemInfo
  12. Not a real screen saver. Instead displays the contents of the ParamBlock passed by After Dark with each call to the module. Can be useful for determining monitor characteristics. Also illustrates the use of a TEXT about resource.
  13.  
  14. Wallpaper
  15. A bit of fun. Illustrates the use of PICT resources (taken from Windows wallpaper  BMP files).
  16.  
  17. Lorentz
  18. Draws the Lorentz Attractor. Illustrates use of data storage between calls.
  19.  
  20. Mystic Rose
  21. Divides the circumference of a circle into a number of equispaced points and draws lines from each point to all other points. Illustrates data storage, menu and slider controls.
  22.  
  23. David Hart
  24. 1 Denewood Avenue
  25. Bramcote
  26. Nottingham
  27. NG9 3EU
  28.  
  29.  
  30.